@charset "utf-8";
/* CSS Document */
.primary-menu .menu-area ul.main-menu li a.active, .primary-menu .menu-area ul.main-menu li a:hover {color: #FF9A17 !important }
.header-section .header-top{background:#f7f8f8}
.sponsor{background: #f7f8f8 !important}
.header-top{padding:6px}
/*urunler section*/

.product .section-wrapper .post-item-inner{padding: 0}
.bg-image-3{background: #f7f8f8}
.post-content{margin:10px}
.post-content > .title{text-align: center;/*letter-spacing: .03rem;*/}
.post-content > .title > h6{font-size: 20px; font-weight: 500; color: #535353; line-height: 24px; }
.post-content > .title > a p{font-size: 16px;font-family: 'Poppins',sans-serif; color: #707070;font-weight: 400; margin-top: 15px; text-indent: 3px}


/*urunler section*/

li {
  list-style: none;
  padding: 5px 0; }
.scrollToTop {
  position: fixed;
  bottom: -30%;
  right: 5%;
  z-index: 9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #FF9A17;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.scrollToTop:hover {
    color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(255, 147, 38, 0.5);
    transform: translateY(-5px); }
.scrollToTop i::before {font-size: 12px; }

.post-thumb-inner::after {background-image: linear-gradient(to right, #FF9A17c1, #f2f2f2eb);}

.btn {
  padding: 10px 20px;
  border:1px solid #F2f2f2;
  border-radius:3px;
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  color: #FF9A17 !important;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  box-shadow: 0px 5px 15px 0px rgba(221, 221, 221, 0.3);
/*  background-image: linear-gradient(to right, #64a019, #6ca821, #73b128, #7bb92f, #83c236);
*/}
.btn:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 15px 0px rgba(221, 221, 221, 0.9);
/*    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;*/

}
.footer-bottom p a {color: #FF9A17; }